Auto merge of #2839 - alexcrichton:same-root, r=brson
authorbors <bors@rust-lang.org>
Fri, 8 Jul 2016 17:23:59 +0000 (10:23 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2016 17:23:59 +0000 (10:23 -0700)
Generate the same lock always in a workspace

Previously the "root" of a lock file would erroneously change over time, so
instead just ensure that the root of a lock file is always the root of the
workspace. Otherwise the contents should always be the same.

Closes #2837


Trivial merge